送信

Querybear | Safe Database Access (postgres, mysql, sqlite, more...)

@Spencer

QueryBear is a managed MCP server that gives AI agents like Claude, Cursor, Claude Code, and Windsurf safe, read-only access to your PostgreSQL and MySQL databases. Every query runs through a security pipeline (SQL parser, allowlisted tables, blocked columns, row limits, timeouts). Audit log on every query. Column-level access controls let you hide PII, tokens, and secrets from the agent entirely. Natural-language-to-SQL with schema context. One URL, ~60-second setup, OAuth 2.1 auth — no config files, no self-hosting.

ツール

サーバー設定

{
  "mcpServers": {
    "querybear": {
      "url": "https://mcp.querybear.com/mcp"
    }
  }
}
- MCP Server